OpCode

enum OpCode : Enum<OpCode> , WireEnum

Common ENUMs The Op Code for requests.

Entries

Link copied to clipboard

Cannot be used in request. In the response it means that decoding the Op Code in the request has failed.

Link copied to clipboard

Returns the device status.

Link copied to clipboard

Starts Wifi scan.

Link copied to clipboard

Manually stops Wifi scan.

Link copied to clipboard

Used to provision the Host to the given WiFi network.

Link copied to clipboard

Erases previously saved configuration.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val value: Int

Functions

Link copied to clipboard
fun valueOf(value: String): OpCode

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.